Method WalkTreeWithDepth(Action<StructureTreeNode, int>, int)
public void WalkTreeWithDepth(Action<StructureTreeNode, int> visitor, int currentDepth = 0)
public void WalkTreeWithDepth(Action<StructureTreeNode, int> visitor, int currentDepth = 0)